home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / DClap / DIcons.cpp < prev    next >
Text File  |  1996-07-05  |  3KB  |  84 lines

  1. // DIcons.cpp
  2.  
  3. #include "DIcons.h"
  4. #include "DIconLib.h"
  5.  
  6. static unsigned short cPictureIcon[] = {
  7.  icnPicture, 0, 32, 32, 64,
  8.  0x1fff, 0xfc00, 0x1000,  0x600, 0x13a0,  0x500, 0x13a0,  0x480,
  9.  0x13a8, 0x2440, 0x13a0,  0x420, 0x13a0, 0xe7f0, 0x13a1, 0x1010,
  10.  0x13a2,  0x810, 0x13a2,  0x810, 0x13aa,  0x890, 0x13a1, 0x1010,
  11.  0x13e0, 0xe010, 0x1220,   0x10, 0x1220,   0x10, 0x1220,   0x10,
  12.  0x122b, 0xfe90, 0x1222,  0x210, 0x11c2,  0x210, 0x1322, 0x1fd0,
  13.  0x1322, 0x1050, 0x1212, 0x1050, 0x121b, 0xf250, 0x1210, 0x1050,
  14.  0x1230, 0x1050, 0x1120, 0x1fd0, 0x11a0,   0x10, 0x10e0,   0x10,
  15.  0x1230, 0x2090, 0x1000,   0x10, 0x1000,   0x10, 0x1fff, 0xfff0,
  16.   0,0,0,0,0,0 
  17. };
  18. Global DIcon gPictureIcon( (IconStore*) cPictureIcon);
  19.  
  20. static unsigned short cNetpicIcon[] = {
  21.  icnNetpic, 0, 32, 32, 64,
  22.  0x1fff, 0xfe00, 0x13a1, 0x1300, 0x13a2,  0xa80, 0x13a2,  0xa40,
  23.  0x13aa,  0xa20, 0x13a1, 0x13f0, 0x13e0, 0xe010, 0x1220,   0x10,
  24.  0x1220,   0x10, 0x1220,   0x10, 0x122b, 0xfe90, 0x1222,  0x210,
  25.  0x11c2,  0x210, 0x1322, 0x1fd0, 0x1322, 0x1050, 0x1212, 0x1050,
  26.  0x121b, 0xf250, 0x1210, 0x1050, 0x1230, 0x1050, 0x1120, 0x1fd0,
  27.  0x11a0,   0x10, 0x10e0,   0x10, 0x1020,   0x10, 0xffff, 0xfffe,
  28.     0x8, 0x8000,  0x808, 0x8040, 0x1808, 0x8060, 0x2ff0, 0x7fd0,
  29.  0x4000,    0x8, 0x2fff, 0xffd0, 0x1800,   0x60,  0x800,   0x40 
  30.   ,0,0,0,0,0,0 
  31. };
  32. Global DIcon gNetpicIcon( (IconStore*) cNetpicIcon);
  33.  
  34.  
  35. static unsigned short cPushpinIn[] = {
  36.  icnPushpinIn, 0, 15, 15, 16,
  37.       0,      0,      0,      0,      0,  0x7c0,  0xfe0, 0x1ff0,
  38.  0x1ff0,  0xfe0,  0x7c0,  0x100,  0x100,  0x100,  0x100,  0x100 
  39.   ,0,0,0,0,0,0 
  40. };
  41. Global DIcon gPushpinIn( (IconStore*) cPushpinIn);
  42.  
  43.  
  44. static unsigned short cPushpinOut[] = {
  45.  icnPushpinOut, 0, 15, 15, 15,
  46.       0,      0,      0,      0,      0,      0, 0x1800, 0x2400,
  47.  0x4200, 0x4200, 0x43f8, 0x4200, 0x4200, 0x2400, 0x1800 
  48.   ,0,0,0,0,0,0 
  49. };
  50. Global DIcon gPushpinOut( (IconStore*) cPushpinOut);
  51.  
  52.  
  53. static unsigned short cDownTriangle[] = {
  54.  icnDownTriangle, 0, 15, 15, 15,
  55.       0,      0,      0,      0,      0,      0,      0,      0,
  56.       0, 0x3ff8, 0x1ff0,  0xfe0,  0x7c0,  0x380,  0x100 
  57.   ,0,0,0,0,0,0 
  58. };
  59. Global DIcon gDownTriangle( (IconStore*) cDownTriangle);
  60.  
  61. static unsigned short cUpTriangle[] = {
  62.  icnUpTriangle, 0, 16, 16, 16,
  63.       0,      0,  0x100,  0x380,  0x7c0,  0xfe0, 0x1ff0, 0x3ff8,
  64.       0,      0,      0,      0,      0,      0,      0,      0 
  65.   ,0,0,0,0,0,0 
  66. };
  67. Global DIcon gUpTriangle( (IconStore*) cUpTriangle);
  68.  
  69. static unsigned short cRightTriangle[] = {
  70.  icnRightTriangle, 0, 16, 16, 16,
  71.       0,      0,   0x80,   0xc0,   0xe0,   0xf0,   0xf8,   0xfc,
  72.    0xf8,   0xf0,   0xe0,   0xc0,   0x80,      0,      0,      0 
  73.   ,0,0,0,0,0,0 
  74. };
  75. Global DIcon gRightTriangle( (IconStore*) cRightTriangle);
  76.  
  77. static unsigned short cLeftTriangle[] = {
  78.  icnLeftTriangle, 0, 16, 16, 16,
  79.       0,      0,  0x100,  0x300,  0x700,  0xf00, 0x1f00, 0x3f00,
  80.  0x1f00,  0xf00,  0x700,  0x300,  0x100,      0,      0,      0 
  81.   ,0,0,0,0,0,0 
  82. };
  83. Global DIcon gLeftTriangle( (IconStore*) cLeftTriangle);
  84.